home *** CD-ROM | disk | FTP | other *** search
- ;***************************************************************
- ;* LPC.MEM -- Memory allocation controls for LPC Codec *
- ;* *
- ;* Copyright (C) 1991, 1992 by Alef Null. All rights reserved. *
- ;* Author(s): Jarkko Vuori, OH2LNS *
- ;* Modification(s): *
- ;***************************************************************
-
- ; P memory usage
- ; 0000 - program code
-
- ; X, Y memory usage
- ; 0000 - 01FF misc data (pointers, counters, etc.)
- ; 0200 - 03FF input/output sample buffers
-
- ; x: and y: must begin after l: which is max. 10 words long
- ; p: must begin after interrupt vectors
- base x:10,y:10,l:$0,p:$40
-
- ; Samples section contains all modulo addressed parts of the LPC Codec
- section Samples x:$200,y:$200
-
- ; SCIbuf section contains modulo addressed SCI buffers
- section SCIbuf p:$600
-